home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / db3.6-beta / db3.6-beta-src / todo < prev    next >
Text File  |  1999-11-30  |  837b  |  14 lines

  1.  
  2.  
  3.                     - Simple preferences system added. Just define the
  4.                       envarioment variable named DB.PREFS containing the string
  5.                       matching the same template as DB was called from Shell
  6.                       (call 'DB ?' the check the syntax). That file is read
  7.                       first at startup and Tooltypes or Shell arguments
  8.                       just overwrite preferences (as side effect you can define
  9.                       the default database to be loaded on every DB launch).
  10.                       NOTE: there HAVE to be one line -> exactly like when
  11.                       you call DB from CLI. If prefs syntax is invalid or
  12.                       DB have other problems parsing it, the DisplayBeep()
  13.                       is called (sorry for so "descriptive" error comment ;-(
  14.